Package io. realm. kotlin. ext
Functions
asBsonObjectId
Link copied to clipboard
asFlow
Link copied to clipboard
backlinks
Link copied to clipboard
inline fun <T : TypedRealmObject> backlinks(sourceProperty: KProperty1<T, *>): BacklinksDelegate<T>
Content copied to clipboard
Returns a BacklinksDelegate that represents the inverse relationship between two Realm models.
fun <T : TypedRealmObject> backlinks(sourceProperty: KProperty1<T, *>, sourceClass: KClass<T>): BacklinksDelegate<T>
Content copied to clipboard
isFrozen
Link copied to clipboard
isManaged
Link copied to clipboard
isValid
Link copied to clipboard
query
Link copied to clipboard
inline fun <T : BaseRealmObject> MutableRealm.query(query: String = "TRUEPREDICATE", vararg args: Any?): RealmQuery<T>
Content copied to clipboard
inline fun <T : BaseRealmObject> Realm.query(query: String = "TRUEPREDICATE", vararg args: Any?): RealmQuery<T>
Content copied to clipboard
inline fun <T : BaseRealmObject> TypedRealm.query(query: String = "TRUEPREDICATE", vararg args: Any?): RealmQuery<T>
Content copied to clipboard
realmListOf
Link copied to clipboard
realmSetOf
Link copied to clipboard
toRealmList
Link copied to clipboard
toRealmSet
Link copied to clipboard
version
Link copied to clipboard